Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for Flutter Bump to 3.24.0 #975

Closed

Conversation

samarthsinghpundir
Copy link

ProxyLifecycleProvider Class Commented

ProxyLifecycleProvider Class Commented in FlutterUnityWidgetPlugin.kt, this class was causing the below issue when flutter version is bumped to 3.24.0, this is commented because there was no usage of this class.

Error:

  1. file:///Users/samarth/.pub-cache/git/flutter-unity-view-widget-874d10206bee28795e603130dc66618885eda556/android/src/main/kotlin/com/xraph/plugin/flutter_unity_widget/FlutterUnityWidgetPlugin.kt:97:9 Cannot weaken access privilege 'public' for 'lifecycle' in 'LifecycleOwner'

  2. file:///Users/samarth/.pub-cache/git/flutter-unity-view-widget-874d10206bee28795e603130dc66618885eda556/android/src/main/kotlin/com/xraph/plugin/flutter_unity_widget/FlutterUnityWidgetPlugin.kt:97:21 'lifecycle' hides member of supertype 'LifecycleOwner' and needs 'override' modifier

@timbotimbo
Copy link
Collaborator

A PR with only the ProxyLifecycleProvider commented out would be fine.
I assume you closed this because you accidentally included the "remove webview" commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants